From: Doug Goldstein Date: Thu, 12 May 2016 15:29:29 +0000 (-0500) Subject: xendriverdomain: use POSIX sh and not bash X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~1123 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22?a=commitdiff_plain;h=cd2cd109e7db3a7e689c20b8991d41115ed5bea6;p=xen.git xendriverdomain: use POSIX sh and not bash The script doesn't use any bash-isms and works fine with BusyBox's ash. Signed-off-by: Doug Goldstein Acked-by: Wei Liu Release-acked-by: Wei Liu --- diff --git a/tools/hotplug/Linux/init.d/xendriverdomain.in b/tools/hotplug/Linux/init.d/xendriverdomain.in index 5fd4e9a0c3..8d4592a92a 100644 --- a/tools/hotplug/Linux/init.d/xendriverdomain.in +++ b/tools/hotplug/Linux/init.d/xendriverdomain.in @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # # xendriverdomain Script to start services needed in a Xen driver domain #